home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10922 < prev    next >
Encoding:
Text File  |  1996-08-05  |  781 b   |  32 lines

  1. Path: mn5.swip.net!news
  2. From: PETER.CLAESSON@MAILBOX.SWIPNET.SE (peter claesson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: simple problem
  5. Date: 7 Mar 1996 20:15:41 GMT
  6. Organization: Your Organization
  7. Message-ID: <4hng5d$1uf@mn5.swip.net>
  8. References: <4hkosd$p3p@mn5.swip.net>
  9. NNTP-Posting-Host: dialup103-5-14.swipnet.se
  10. Mime-Version: 1.0
  11. NNTP-Posting-User: 0c424a329569121cb09ffd6c2f6edc3b
  12. X-Newsreader: WinVN 0.93.14
  13.  
  14. In article <4hkosd$p3p@mn5.swip.net>, daniel.lundin@mailbox.swipnet.se 
  15. says...
  16. >
  17. >Hallo!
  18. >
  19. >I want more parameters than two in one of my functions, how do I do?
  20. >I get an errormassage when I run the following function :
  21. >
  22. >int knapp(int x1,y1,x2,y2)
  23. >{
  24. >  rectangle(x1,y1,x2,y2);
  25. >}
  26. >
  27. >
  28. >Daniel.lundin@mailbox.swipnet.se
  29. >
  30. Vad fσr du f÷r typ av felmeddelande ??
  31.  
  32.